UInt32MINumericUInt32MMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32M INumeric<UInt32M>.Multiply(
UInt32M value
)
Private Function Multiply (
value As UInt32M
) As UInt32M Implements INumeric(Of UInt32M).Multiply
private:
virtual UInt32M Multiply(
UInt32M value
) sealed = INumeric<UInt32M>::Multiply
private abstract Multiply :
value : UInt32M -> UInt32M
private override Multiply :
value : UInt32M -> UInt32M
- value UInt32M
- The value to multiply with the current value.
UInt32MThe product of the current value and
value.
INumericTSelfMultiply(TSelf)